.button-blue[type="submit"]{
    
    background-color: #003768;
    color: #fff;
    font-family: AkkuratProLight,Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 10px 42px;
    border: none;
    cursor: pointer;
    
}
.button-blue[type="submit"]:hover{
    
    text-decoration: none;
    opacity: 0.8;
    
}